PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class
Methods


In This Topic
    PDFMatrix Class Members
    In This Topic

    The following tables list the members exposed by PDFMatrix.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the m11 element.  
    Public MethodGets the m12 element.  
    Public MethodGets the m21 element.  
    Public MethodGets the m22 element.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the tx element.  
    Public MethodGets the ty element.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodOverloaded. Applies the geometric transform represented by the inverse of this matrix to a specified point.  
    Public MethodApplies the geometric transform represented by the inverse of this matrix to the specified array of points.  
    Public MethodInverts this matrix object.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodOverloaded. Multiplies this matrix by the matrix specified in the matrix parameter.  
    Public MethodPrepend to this matrix a clockwise rotation, around the origin and by the specified angle.  
    Public Methodstatic (Shared in Visual Basic)Creates a matrix with a rotation as the initial value.  
    Public MethodApplies the specified scale vector to this Matrix by prepending the scale vector.  
    Public Methodstatic (Shared in Visual Basic)Creates a matrix with a scaling as the initial value.  
    Public MethodSets the m11 element.  
    Public MethodSets the m12 element.  
    Public MethodSets the m21 element.  
    Public MethodSets the m22 element.  
    Public MethodSets the tx element.  
    Public MethodSets the ty element.  
    Public MethodOverloaded. Applies the geometric transform represented by this matrix to a specified point.  
    Public MethodOverloaded. Applies the geometric transform represented by this matrix to a specified array of points.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodOverloaded. Applies only the scale and rotate components of this matrix to the specified point.  
    Public MethodApplies only the scale and rotate components of this matrix to the specified array of points.  
    Public MethodApplies the specified translation vector (tx and ty) to this matrix by prepending the translation vector.  
    Public Methodstatic (Shared in Visual Basic)Creates a matrix with a translation as the initial value.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also